Html Css Color HEX #7C85CA Wild Blue Yonder

📋 copy color: '#7C85CA'

red 124 ◦ green 133 ◦ blue 202

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

Shades of Wild Blue Yonder #7C85CA

Tints of Wild Blue Yonder #7C85CA

RGB

 RED value IS 124 (48.83% from 255) = 27.02%

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 27.02%
G = 28.98%
B = 44.01%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C85CA (or 0x7C85CA) is known color: Wild Blue Yonder. HEX triplet: 7C, 85 and CA. RGB value is (124,133,202). Sum of RGB (Red+Green+Blue) = 124+133+202=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C85CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C85CA is #837A35. Grayscale: #898989. Windows color (decimal): -8616502 or 13272444. OLE color: 13272444.

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

Color convert

RGB 124 133 202 -
CMYK 0.39 0.34 0 0.21
HSL 233.08º 0.42% 0.64% -
HSV(B) 233.08º 0.39% 0.79% -
XYZ 27.36 25.32 59.32 -
YUV 138.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 124 133 202 0.39 0.34 0 0.21 233.08 0.42 0.64
Hex 7C 85 CA 27 22 0 15 E9 2A 40
Octal 174 205 312 47 42 0 25 351 52 100
Binary 1111100 10000101 11001010 100111 100010 0 10101 11101001 101010 1000000

Color Harmonies of #7C85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C85CA

Black with #7C85CA

Text Example


Text Example

White with #7C85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,133,202); }

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

background-color css

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

 a { background-color: rgb(124,133,202); }

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

border-color css

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

 span { border-color: rgb(124,133,202); }

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