Html Css Color HEX #7B85CC Wild Blue Yonder

📋 copy color: '#7B85CC'

red 123 ◦ green 133 ◦ blue 204

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

Shades of Wild Blue Yonder #7B85CC

Tints of Wild Blue Yonder #7B85CC

RGB

 RED value IS 123 (48.44% from 255) = 26.74%

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 26.74%
G = 28.91%
B = 44.35%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B85CC (or 0x7B85CC) is known color: Wild Blue Yonder. HEX triplet: 7B, 85 and CC. RGB value is (123,133,204). Sum of RGB (Red+Green+Blue) = 123+133+204=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B85CC is #847A33. Grayscale: #898989. Windows color (decimal): -8682036 or 13403515. OLE color: 13403515.

HSL color Cylindrical-coordinate representation of color #7B85CC: hue angle of 232.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B85CC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 133 204 -
CMYK 0.40 0.35 0 0.2
HSL 232.59º 0.44% 0.64% -
HSV(B) 232.59º 0.4% 0.8% -
XYZ 27.45 25.35 60.57 -
YUV 138.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 123 133 204 0.40 0.35 0 0.2 232.59 0.44 0.64
Hex 7B 85 CC 28 23 0 14 E9 2C 40
Octal 173 205 314 50 43 0 24 351 54 100
Binary 1111011 10000101 11001100 101000 100011 0 10100 11101001 101100 1000000

Color Harmonies of #7B85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B85CC

Black with #7B85CC

Text Example


Text Example

White with #7B85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,133,204); }

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

background-color css

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

 a { background-color: rgb(123,133,204); }

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

border-color css

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

 span { border-color: rgb(123,133,204); }

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