Html Css Color HEX #7D92CA Wild Blue Yonder

📋 copy color: '#7D92CA'

red 125 ◦ green 146 ◦ blue 202

#7D92CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7D92CA

Tints of Wild Blue Yonder #7D92CA

RGB

 RED value IS 125 (49.22% from 255) = 26.43%

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 26.43%
G = 30.87%
B = 42.71%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7D92CA (or 0x7D92CA) is known color: Wild Blue Yonder. HEX triplet: 7D, 92 and CA. RGB value is (125,146,202). Sum of RGB (Red+Green+Blue) = 125+146+202=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D92CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D92CA is #826D35. Grayscale: #919191. Windows color (decimal): -8547638 or 13275773. OLE color: 13275773.

HSL color Cylindrical-coordinate representation of color #7D92CA: hue angle of 223.64º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D92CA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 146 202 -
CMYK 0.38 0.28 0 0.21
HSL 223.64º 0.42% 0.64% -
HSV(B) 223.64º 0.38% 0.79% -
XYZ 29.4 29.18 59.96 -
YUV 146.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 125 146 202 0.38 0.28 0 0.21 223.64 0.42 0.64
Hex 7D 92 CA 26 1C 0 15 E0 2A 40
Octal 175 222 312 46 34 0 25 340 52 100
Binary 1111101 10010010 11001010 100110 11100 0 10101 11100000 101010 1000000

Color Harmonies of #7D92CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D92CA

Black with #7D92CA

Text Example


Text Example

White with #7D92CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D92CA; }

 p { color: rgb(125,146,202); }

 H1.HeaderClassName
 {
   color: #7D92CA;
 }
 .AnyTagClassName
 {
   color: #7D92CA;
 }
</style>

background-color css

<style>
 a { background-color: #7D92CA; }

 a { background-color: rgb(125,146,202); }

 div.DivClassName
 {
   background-color: #7D92CA;
 }
 .BgClassName
 {
   background-color: #7D92CA;
 }
</style>

border-color css

<style>
 span { border-color: #7D92CA; }

 span { border-color: rgb(125,146,202); }

 td.TdClassName
 {
   border-color: #7D92CA;
 }
 .TagClassName
 {
   border-color: #7D92CA;
 }
</style>